home *** CD-ROM | disk | FTP | other *** search
/ TOS Silver 2000 / TOS Silver 2000.iso / programm / FACEVALU / GSCRIPT / OPENRSC2.SIC < prev    next >
Encoding:
Text File  |  1998-04-03  |  136 b   |  11 lines

  1. # ...
  2. if (address("FACE_VAL"))
  3.  {
  4.   FACE_VAL.Open_RSC();
  5.   FACE_VAL.Write_LST();
  6.  }
  7. else
  8.  {
  9.   printf("faceVALUE nicht gefunden!\n");
  10.  }
  11.